ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / FibonacciArcs<T> Class / Start Property






In This Topic
    Start Property (FibonacciArcs<T>)
    In This Topic
    Gets or sets the starting DataPoint for the base line.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.Web.Mvc.Finance.I.b)>
    Public Property Start As DataPoint
    'Usage
     
    
    Dim instance As FibonacciArcs(Of T)
    Dim value As DataPoint
     
    instance.Start = value
     
    value = instance.Start
    [JsonConverter(C1.Web.Mvc.Finance.I.b)]
    public DataPoint Start {get; set;}
    public read-write property Start: DataPoint; 
    JsonConverterAttribute(C1.Web.Mvc.Finance.I.b)
    public function get,set Start : DataPoint
    [JsonConverter(C1.Web.Mvc.Finance.I.b)]
    public: __property DataPoint* get_Start();
    public: __property void set_Start( 
       DataPoint* value
    );
    [JsonConverter(C1.Web.Mvc.Finance.I.b)]
    public:
    property DataPoint^ Start {
       DataPoint^ get();
       void set (    DataPoint^ value);
    }
    Remarks
    The DataPoint X value can be a number or a Date object. Unlike some of the other Fibonacci tools, the starting DataPoint is not calculated automatically if undefined.
    See Also